* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
}



.searchbox{
    display: none;
        width: 100%;
    z-index: 98;
    position: absolute;
    top: 1.1rem;
    left: 0;
    background: #FFFFFF;
    border-top:  0.01rem solid #E0E0E0;
    padding-top: 0.4rem;
    padding-bottom: 1.19rem;
}
.searchboder{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    border: 0.01rem solid #D0D0D0;
    border-radius: 0.28rem 0.28rem 0.28rem 0.28rem;
    width: 7.86rem;
    height: 0.56rem;
    padding: 0 0.04rem 0 0.28rem;
}
.searchboder input{
    flex: 1;
    height: 100%;
    /*border: none;*/
    outline: none;
}
.searchclick{
    cursor: pointer;
}
.searchbut{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.35rem;
    height: 0.48rem;
    background: linear-gradient( 180deg, #EFAF1B 0%, #9C7522 100%);
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    font-family: Arial, Arial;
font-weight: bold;
font-size: 0.18rem;
color: #FFFFFF;
}
.searchbut img{
    width: 0.18rem;
    height: 0.18rem;
    object-fit:contain;
    margin-right: 0.09rem;
}



.header {
    display: none;
    width: 100%;
    height: 0.44rem;
    background: #041E3A;
    border-radius: 0rem;
    /*display: flex;*/
    /*justify-content: center;*/
    /*flex-wrap: wrap;*/
}

.header-title {

    max-width: 12rem;
    height: 0.44rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-title_1 {
    align-content: center;
    /*width: 1.26rem;*/
    height: 0.19rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    /*line-height: 0rem;*/
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.header-title_2 {
    align-content: center;
    /*width: 0.56rem;*/
    height: 0.19rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    /*line-height: 0rem;*/
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 0.16rem;
}

.header-title_2 a {
    color: #FFFFFF;
}

.header-title_3 {
    display: flex;
    align-items: center;
    margin-right: 0;
}

.header-title_3 ul {
    display: flex;
    align-items: center;
    height: 0.44rem;
    position: relative;
    left: 4.55rem;
}

.header-title_3 ul li:nth-child(1) img {
    width: 0.2rem;
    height: 0.2rem;
}

.header-title_3 ul li:nth-child(2) {
    align-content: center;
    padding: 0rem 0.04rem 0rem 0.08rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.23rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 0.1rem rgba(0, 0, 0, 0);
}

.header-title_3 ul li:nth-child(3) img {
    width: 0.2rem;
    height: 0.2rem;
}

.nav {
    /*margin-bottom: 1.1rem;*/
    width: 100%;
    background: #fff;
    /*background: transparent;*/
    z-index: 99;
    position: sticky;
    display: flex;
    justify-content: center;

}

/*.nav:hover {*/
/*    background: #fff;*/
/*}*/

.navs {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 12rem;
    height: 1.1rem;
}

.navs .navs-1 {
    width: .7rem;
    height: 0.7rem;
    margin-left: 0;
    
    background: url(../img/header/yellow.png) no-repeat;
    background-size: 100% 100%; 
    /*background: url(../img/header/yellow.png) no-repeat;*/
    /*background-size: 100%;*/
}

/*.nav:hover .navs-1 {*/
/*    background: url(../img/header/yellow.png) no-repeat;*/
/*    background-size: 100% 100%; */
/*}*/


.navs ul {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    column-gap: 0.76rem;
    margin-left: .62rem;
    margin-right: .64rem;
}

.nav .navigation li {
    height: 0.28rem;
}

/*.nav:hover ul li a {*/
/*    color: #1e1e1e;*/
/*}*/

.nav ul li a {
      color: #1e1e1e;
    /*height: 0.25rem;*/
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.18rem;
    /*color: #FFFFFF;*/
    line-height: 0rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.nav .navigations:hover {
    border-bottom: 0.03rem solid #FFFFFF;
    border-radius: 0.03rem;
    text-decoration: solid;
}

.nav:hover .navigations:hover {
    border-bottom: 0.03rem solid #1e1e1e;
    border-radius: 0.03rem;
    text-decoration: solid;
}

.nav .navigations-1:hover {
    border-bottom: 0.03rem solid #FFFFFF;
    border-radius: 0.03rem;
    text-decoration: solid;
}

.nav:hover .navigations-1:hover {
    border-bottom: 0.03rem solid #1e1e1e;
    border-radius: 0.03rem;
    text-decoration: solid;
}

.nav .navs .nav-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.4rem;
    margin-right: 0;

}

.nav-2 a:nth-child(1) p{
    width: 0.18rem;
    height: 0.18rem;
    /*background: url(../img/header/nav.png) no-repeat;*/
    /*background-size: 0.18rem;*/
    background: url(../img/header/header1.png) no-repeat;
    background-size: 0.18rem;
}

.nav:hover .nav-2 p:nth-child(1) {
    /*background: url(../img/header/header1.png) no-repeat;*/
    /*background-size: 0.18rem;*/
}

.nav-2 a:nth-child(2) p {
    width: 0.18rem;
    height: 0.18rem;
    /*background: url(../img/header/nav3.png) no-repeat;*/
    /*background-size: 0.18rem;*/
     background: url(../img/header/header5.png) no-repeat;
    background-size: 0.18rem;
}

/*.nav:hover .nav-2 a:nth-child(2) p {*/
/*    background: url(../img/header/header5.png) no-repeat;*/
/*    background-size: 0.18rem;*/
/*}*/


.nav-2 p:nth-child(3) {
    width: 0.18rem;
    height: 0.18rem;
    /*background: url(../img/header/nav\ \(5\).png) no-repeat;*/
    /*background-size: 0.18rem;*/
     background: url(../img/header/navs\ \(3\).png) no-repeat;
    background-size: 0.18rem;
    cursor: pointer;
}

.nav:hover .nav-2 p:nth-child(3) {
    /*background: url(../img/header/navs\ \(3\).png) no-repeat;*/
    /*background-size: 0.18rem;*/
}

.nav-3{
    position: relative;
}

.nav-3-img2{
    display: flex;
    align-items: center;
    gap: 0.06rem;
    cursor: pointer;
}

.nav-3-img2 p{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.14rem;
    color: #000000;
}

.down_list{
    position: absolute;
    width: 1.04rem;
    height: fit-content;
    top: 0.2rem;
    right: 0;
    padding: 0.12rem 0.05rem;
    z-index: 10;
    display: none;
    background-size: 110% 100%;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}


.down_list .nav-3-img2{
    justify-content: center;
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    padding-bottom: 0.11rem;
    border-bottom: 0.01rem solid #E5E5E5;
    margin-bottom: 0.1rem;
    margin-left: 0.05rem;
    margin-right: 0.05rem;
}

.down_list .nav-3-img2:nth-child(1){
    margin-top: 0.17rem;
}



.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 0.18rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiper .swiper-slide video{
     width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner {
    width: 100%;
    position: relative;
    top: 0;
        height: 5.2rem;
    /*z-index: 1;*/
}

.banner>div{
    /*height: 100%;*/
}
.mySwiper .swiper-button-next,.mySwiper .swiper-button-prev{
    color: #fff;
}

.banner .swiper-pagination {
    position: sticky;
    text-align: left;
    margin-left: 3.7rem;
    display: flex;
    align-items: center;
    column-gap: 0.32rem;
    z-index: 1;
    margin-top: -0.3rem;
}

.banner .swiper-pagination-bullet span {
    margin-left: 2rem;
}

/* 未选中时的圈 */
.banner .swiper-pagination-bullet {
    position: relative;
    width: 0.14rem;
    height: 0.14rem;
    box-shadow: 0 0 0 0.01rem rgb(255, 255, 255);
    z-index: 999;
}

.banner .swiper-pagination-bullet + .swiper-pagination-bullet::before {
    position: absolute;
    left: -0.38rem;
    top: 0.06rem;
    content: '';
    width: 0.35rem;
    height: 0.01rem;
    background: #FFFFFF;
    /* opacity: 0.3; */
}
.banner .swiper-pagination-bullet-active::before{
    opacity: 0.2;
    top: 0.09rem !important;
}


/* 未选中的点 */
.banner .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    background: #ffffff;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: 0.2s;
    z-index: 999;
}

/* 选中时的点 */
.banner .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    background: #fff !important;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: 0.2s;
    z-index: 999;
}


/* 圈 */
.banner .swiper-pagination-bullet-active {
    background: transparent;
    width: 0.2rem;
    height: 0.2rem;
    box-shadow: 0 0 0 0.01rem rgb(255, 255, 255);
    z-index: 999;
}


.banner-content {
    /*display: flex;*/
    /*justify-content: center;*/
    max-width: 12rem;
    margin: 0 auto;
    z-index: 10;
    /*flex-direction: column;*/
     /*z-index: 1;*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3.7rem;
}

.banner-content ul {
   
}

.banner-content_1 {
    align-content: center;
    height: 0.78rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.56rem;
    color: #fff;
    line-height: 0.5rem;
    /* text-stroke:0. 1rem rgba(0, 0, 0, 0); */
    text-align: left;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 0.01rem rgba(0, 0, 0, 0);
    margin-left: 0;
}

.banner-content_2 {
    align-content: center;
    justify-items: flex-start;
    height: 0.33rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 0.01rem rgba(0, 0, 0, 0);
    padding: 0.16rem 0 0.36rem 0;
    margin-left: 0;

}

.banner-content_3 {
    opacity: 0.5;
    margin-left: 0;
    width: 0.56rem;
    height: 0.56rem;
}
.banner-content_3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
















.list11 {
    position: absolute;
    left: 0;
    /*top: 1.1rem;*/
    width: 100%;
    height: 3.7rem;
    display: none;
}

.list-clo {
    position: absolute;
    left: 0;
    /*top: 1.1rem;*/
    width: 100%;
    /*height: 3.7rem;*/
    display: none;
    overflow: hidden;
    z-index: 99;
}

.list-car {
    position: absolute;
    left: 0;
    /*top: 1.1rem;*/
    width: 100%;
    /*height: 3.7rem;*/
    display: none;
    overflow: hidden;
}

/*.nav .navigation li:nth-child(2):hover .list-clo,*/
/*.nav .navigation li:nth-child(3):hover .list-clo,*/
/*.nav .navigation li:nth-child(4):hover .list-car {*/
/*    display: block;*/
/*}*/

.lists1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.7rem;
    margin: 0 auto;
    border-radius: 0rem 0rem 0rem 0rem;
}

.list-clothing {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.7rem;
    margin: 0 auto;
    border-radius: 0rem 0rem 0rem 0rem;
    background: #fff;
}

.list-care {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.7rem;
    margin: 0 auto;
    border-radius: 0rem 0rem 0rem 0rem;

}

.list-far_1 {
    width: 5.92rem;
    height: 3.7rem;
    background: #F4F4F6;
}

.list-clothing_1 {
    /*width: 6.86rem;*/
    height: 3.7rem;
    background: #F4F4F6;
    padding-right: 2rem;
    padding-left: 1rem;
}

.list-care_1 {
    width: 5.92rem;
    height: 3.7rem;
    background: #F4F4F6;
}

.list-clothing_1 ul {
    display: flex;
}

.list-care_1 ul {
    display: flex;
}


.list-far_1 ul {
    width: 3rem;
    position: relative;
    left: 1rem;
    top: 0.2rem;
    flex-direction: column;
    align-items: flex-start;
}

.list-clothing_1 ul {
    width: 0.9rem;
    flex-direction: column;
    align-items: flex-start;
}

.list-care_1 ul {
    width: 1.9rem;
    position: relative;
    left: 1rem;
    top: 0.2rem;
    flex-direction: column;
    align-items: flex-start;
}

.list-care_1 ul li {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 0.18rem;
    color: #0D0D0D;
    /* line-height: 0.40rem; */
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    transition: transform 0.3s, color 0.3s;
}

.list-clothing_1 div div ul li:nth-child(1) {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 0.18rem;
    color: #0D0D0D;
    /* line-height: 0.40rem; */
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    transition: transform 0.3s, color 0.3s;
}

.list-clothing_1 div div ul li:nth-child(2) {
    padding-top: 0.2rem;
}

.list-clothing_1 div div ul li {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.14rem;
    color: #626262;
    line-height: 0.40rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/*.list-far_1 ul li:nth-child(1),*/
/*.list-far_1 ul li:nth-child(2) {*/
/*    font-family: PingFang SC, PingFang SC;*/
/*    font-weight: bold;*/
/*    font-size: 0.18rem;*/
/*    color: #0D0D0D;*/
/*    line-height: 0.4rem;*/
/*    text-align: left;*/
/*    font-style: normal;*/
/*    text-transform: none;*/
/*    cursor: pointer;*/
/*    transition: transform 0.3s, color 0.3s;*/
/*}*/
/*.list-far_1 ul li:nth-child(1):hover,*/
/*.list-far_1 ul li:nth-child(2):hover{*/
/*    color: #3a69ec;*/
/*    transform: translateY(-5px);*/
/*}*/
/*.list-far_1 ul li:nth-child(3),*/
/*.list-far_1 ul li:nth-child(4),*/
/*.list-far_1 ul li:nth-child(5){*/
/*    line-height: 0.6rem;*/
/*    font-family: PingFang SC, PingFang SC;*/
/*    font-weight: 500;*/
/*    font-size: 0.14rem;*/
/*    color: #626262;*/
/*    text-align: left;*/
/*    font-style: normal;*/
/*    text-transform: none;*/
/*    cursor: pointer;*/
/*}*/

.nav_two_title{
    line-height: 0.28rem!important;
    font-family: PingFang SC, PingFang SC;
    /*font-weight: 500!important;*/
    /*font-size: 0.14rem!important;*/
        font-weight: bold;
    font-size: 0.18rem!important;
    /*color: #626262!important;*/
    color: #0D0D0D;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    transition: transform 0.3s, color 0.3s;
}
.nav_two_title:hover{
    
    color: #3a69ec;
    /*transform: translateY(-5px);*/
}


.list-far_1 ul li:nth-child(1):hover,
.list-far_1 ul li:nth-child(2):hover,
.list-far_1 ul li:nth-child(3):hover,
.list-far_1 ul li:nth-child(4):hover,
.list-far_1 ul li:nth-child(5):hover 
{
    text-decoration: none;
}

.list-far_2 {
    width: 13.28rem;
    height: 3.7rem;
    /*box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.3);*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
}

.list-clothing_2 {
    width: 12.34rem;
    height: 3.7rem;
    /*box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.3);*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
}

.list-care_2 {
    width: 13.28rem;
    height: 3.7rem;
    /*box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.3);*/
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #fff;
}

.listfar {
    margin-left: 1.04rem;
    width: 6.88rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 0.5rem;
    gap: 0.4rem 0.68rem;
}


.listfar-clothing {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 0.4rem;
    margin-left: 0.64rem;
}

.listfar-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.listfar-clothing_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.listfar-clothing_1 p:first-child{
    width: 1.46rem;
    height: 1.82rem;
}
.listfar-clothing_1 p:first-child{
    overflow: hidden;
}
.listfar-clothing_1 p:first-child img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.08rem;
    transition: transform 0.3s ease;
}
.listfar-clothing_1 p:first-child img:hover{
    transform: scale(1.2);
}
.listfar-1 p:last-child {
    height: 0.2rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.14rem;
    color: #1E1E1E;
    line-height: 0rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    align-content: center;
}

.listfar-clothing_1 p:last-child {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 0.14rem;
    color: #1E1E1E;
    text-align: center;
    font-style: normal;
    text-transform: none;
    align-content: center;
    width: 1.46rem;
}

.care {
    display: flex;
}

.care div ul {
    position: relative;
    top: 0.2rem;
    /*left: -1.5rem;*/
    flex-direction: column;
}
.care div ul img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.care div:first-child {
    /* width: 4.66rem; */
}

.care div:first-child ul li:nth-child(1) {
    width: 4.66rem;
    height: 2.62rem;
    overflow: hidden;
}
.care div:first-child ul li:nth-child(1) img{
    transition: transform 0.3s ease;
}
.care div:first-child ul li:nth-child(1) img:hover{
    transform: scale(1.2);
}
.care div:first-child ul li:nth-child(2) {
    width: 4.66rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 0.16rem;
    color: #333333;
    /*line-height: 0.34rem;*/
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 0.06rem;
    padding-top: 0.16rem;
}

.care div:first-child ul li:nth-child(3) {
    width: 4.66rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #646464;
    line-height: 0.33rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.care div:last-child {
    position: relative;
    left: -1rem;
    width: 4.75rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.13rem;
}

.care div:last-child ul li {
    display: flex;
    cursor: pointer;
    height: 1rem;
    column-gap: 0.14rem;
}
.care div:last-child ul li p {
    width: 2.6rem;
}

.care div:last-child ul li p span {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.12rem;
    color: #646464;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.care div:last-child ul li p span:first-child {

    font-family: PingFang SC, PingFang SC;
    font-weight: 700;
    font-size: 0.12rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    height: 0.3rem;
}

.care div:last-child ul {
    width: 4.75rem;
}
.found-list{
    width: 100%;
    /*height: 2.6rem;*/
    border-radius: 0;    
    position: absolute;
    top: 0.7rem;
    left: 0;
    display: none;
}
.found-list_1{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    column-gap: 1.02rem;
    padding-top: 0.24rem;
    padding-bottom: 0.31rem;
    background: #F4F4F6;
}
.found-list .found-list_1 .found-list-title div a{
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 0.18rem;
    color: #0D0D0D;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.found-list .found-list_1 .found-list-title p{
    padding-top: 0.12rem;
}
.found-list .found-list_1 .found-list-title p a{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.14rem;
    color: #626262;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
/*.navigations:hover .found-list{*/
/*    display: block;*/
/*}*/
.list-care .list-care_1 ul li a{
font-family: PingFang SC, PingFang SC;
font-weight: bold;
font-size: 0.18rem;
color: #0D0D0D;
text-align: left;
font-style: normal;
text-transform: none;
}


.care-ul ul li img{
    width: 2rem;
}
.listfar-1 a{
    width: 100%;
    height: 100%;
    display: block;
    justify-items: center;
}
.listfar-1 a p{
    /*overflow: hidden;*/
}
.listfar-1 a p img{
    transition: transform 0.3s ease;
    width: 0.96rem;
    height: 0.96rem;
    margin-bottom: 0.12rem;
}
.listfar-1 a p img:hover{
    transform: scale(1.2);
}



















.list-clothing_1 div div ul li:nth-child(1):hover{
      transform: translateY(-5px);
      color: #3a69ec;
}

.list-care_1 ul li:hover{
      /*transform: translateY(-5px);*/
}
.list-care_1 ul li:hover a{
      color: #3a69ec;
}
.found-list-title div{
    transition: transform 0.3s, color 0.3s;
}
.found-list-title div:hover{
      transform: translateY(-5px);
}
.found-list-title div a:hover {
      color: #3a69ec !important;
}








.nav-3{
    display: flex;
    align-items: center;
    column-gap: 0.08rem;
    margin-left: .44rem;
}
.nav-3-img1{
    width: .18rem;
    height: .18rem;
    /*background: url(../img/header/header.png) no-repeat;*/
    /*background-size: 100% 100%;*/
     background: url(../img/header/diqiu.png) no-repeat;
    background-size: 100% 100%;
}
.nav:hover .nav-3-img1{
    width: .18rem;
    height: .18rem;
    /*background: url(../img/header/diqiu.png) no-repeat;*/
    /*background-size: 100% 100%;*/
}
.nav-3-img3{
    width: .18rem;
    height: .18rem;
    /*background: url(../img/header/headerx.png) no-repeat;*/
    /*background-size: 100% 100%;*/
     background: url(../img/header/you.png) no-repeat;
    background-size: 100% 100%;
}
.nav:hover .nav-3-img3{
    width: .18rem;
    height: .18rem;
    /*background: url(../img/header/you.png) no-repeat;*/
    /*background-size: 100% 100%;*/
}
.nav-3-img2 a{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: .14rem;
    /*color: #fff;*/
    color: #000000;
    line-height: .23rem;
    text-stroke: 0.01rem rgba(0,0,0,0);
    text-align: left;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 0.01rem rgba(0,0,0,0);
    text-decoration: none;
}
/*.nav:hover .nav-3-img2 a{*/
/*    color: #000000;*/
/*}*/






/* 服装下拉开始 */
.list-far_1 .list_type{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    margin-top: 0.3rem;
    margin-left: 3.7rem;
        cursor: pointer;
}

.list-far_1 .list_type:hover{
    color: #3a69ec;
}

.list-far_1 .list_type:first-child{
    margin-top: 0.3rem;
}
.list-clothing_2 .nav3_list{
    margin-left: 0.4rem;
    width: 9.1rem;
    height: 100%;
}
.list-clothing_2 .nav3_list .nav3_title{
    width: 100%;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.18rem;
    color: #0D0D0D;
    padding-bottom: 0.17rem;
    border-bottom: 0.01rem solid #999999;
    margin-bottom: 0.31rem;
    margin-top: 0.3rem;
        cursor: pointer;
}
.list-clothing_2 .nav3_list .nav3_cont3{
    width: 100%;
    display: flex;
    justify-content: space-between;
        align-items: flex-start;
}
.list-clothing_2 .nav3_list .nav3_cont3 .nav3_url{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    column-gap: .3rem;
    row-gap: 0.1rem
}
.list-clothing_2 .nav3_list .nav3_cont3 .nav3_url .nav3_li{
    /*width: 48%;*/
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    margin-bottom: 0.05rem;
        cursor: pointer;
}
.list-clothing_2 .nav3_list .nav3_cont3 .nav3_img{
    width: 3.84rem;
    height: 2.37rem;
    overflow: hidden;
}
.list-clothing_2 .nav3_list .nav3_cont3 .nav3_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 服装下拉结束 */







@media only screen and (max-width: 1024px) {
    .banner{
        margin-top: 51px;
    }
    .banner-content{
        left: 10%;
        transform: translate(0%, -50%);
        width: 80%;
    }
    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 24px;
    }
    .banner-content_1{
        text-align: center;
    }
    .banner-content ul{
        padding-left: 0;
    }
    .banner-content_2{
        text-align: center;
    }
    .banner .swiper-pagination{
        margin-left: 3rem;
    }
    .nav-3-img2 p{
        font-size: 0.2rem;
    }
    
}






